home *** CD-ROM | disk | FTP | other *** search
- if(index != 100)
- {
- pom = eval("item" + index).scena;
- if(pom == "Scena1")
- {
- tellTarget(_root)
- {
- gotoAndStop("Scena1");
- }
- }
- else if(pom == "Scena3")
- {
- tellTarget(_root)
- {
- gotoAndStop("Scena3");
- }
- }
- else if(pom == "Scena4")
- {
- tellTarget(_root)
- {
- gotoAndStop("Scena4");
- }
- }
- else if(pom == "Scena5")
- {
- tellTarget(_root)
- {
- gotoAndStop("Scena5");
- }
- }
- else if(pom == "Scena7")
- {
- tellTarget(_root)
- {
- gotoAndStop("Scena7");
- }
- }
- else if(pom == "Scena9")
- {
- tellTarget(_root)
- {
- gotoAndStop("Scena9");
- }
- }
- _root.s.gotoAndStop(eval("item" + index).spot);
- _root.s._visible = false;
- }
-